Skip to content

Change QR/LQ decompositions to use positive = true by default#170

Merged
lkdvos merged 2 commits into
mainfrom
lb/positive_true
Feb 4, 2026
Merged

Change QR/LQ decompositions to use positive = true by default#170
lkdvos merged 2 commits into
mainfrom
lb/positive_true

Conversation

@leburgel

@leburgel leburgel commented Feb 4, 2026

Copy link
Copy Markdown
Member

Changes the default behavior of QR/LQ decompositions to positive = true.

Addresses #168.

@codecov

codecov Bot commented Feb 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
ext/MatrixAlgebraKitGenericLinearAlgebraExt.jl 93.97% <100.00%> (+93.97%) ⬆️
src/implementations/lq.jl 97.18% <100.00%> (+47.38%) ⬆️
src/implementations/qr.jl 95.20% <100.00%> (+44.64%) ⬆️
src/interface/decompositions.jl 73.68% <ø> (ø)

... and 36 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lkdvos lkdvos left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also add this in the ### Fixed category of the changelog?

@lkdvos
lkdvos enabled auto-merge (squash) February 4, 2026 18:50
@lkdvos
lkdvos merged commit 6fce366 into main Feb 4, 2026
10 checks passed
@lkdvos
lkdvos deleted the lb/positive_true branch February 4, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change default left_orth algorithm choice to use a positive QR decomposition?

2 participants